home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TCHECKOUT / TCHECKOUT.txt
Text File  |  2005-03-06  |  4KB  |  179 lines

  1. object CheckOut: TCheckOut
  2.   Left = 157
  3.   Top = 191
  4.   BorderStyle = bsDialog
  5.   Caption = 'CheckOut'
  6.   ClientHeight = 261
  7.   ClientWidth = 513
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object InfoL: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 489
  23.     Height = 17
  24.     AutoSize = False
  25.     Caption = 
  26.       'All files will be extracted to the specified folder, and a progr' +
  27.       'am group will be built.'
  28.     WordWrap = True
  29.   end
  30.   object FolderL: TLabel
  31.     Left = 8
  32.     Top = 32
  33.     Width = 49
  34.     Height = 13
  35.     AutoSize = False
  36.     Caption = '&Folder:'
  37.     FocusControl = FolderName
  38.   end
  39.   object Bevel1: TBevel
  40.     Left = 7
  41.     Top = 224
  42.     Width = 491
  43.     Height = 33
  44.     Shape = bsTopLine
  45.   end
  46.   object GroupBox1: TGroupBox
  47.     Left = 224
  48.     Top = 58
  49.     Width = 281
  50.     Height = 159
  51.     Caption = ' CheckOut Options '
  52.     TabOrder = 1
  53.     object GroupL: TLabel
  54.       Left = 12
  55.       Top = 24
  56.       Width = 62
  57.       Height = 13
  58.       Caption = '&Group name:'
  59.       FocusControl = GroupName
  60.     end
  61.     object MaximumL: TLabel
  62.       Left = 12
  63.       Top = 52
  64.       Width = 75
  65.       Height = 13
  66.       Caption = '&Maximum icons:'
  67.       FocusControl = MaxIcons
  68.     end
  69.     object DocOnly: TCheckBox
  70.       Left = 8
  71.       Top = 80
  72.       Width = 268
  73.       Height = 18
  74.       Caption = 'C&reate icons for programs and docs only'
  75.       Checked = True
  76.       State = cbChecked
  77.       TabOrder = 2
  78.     end
  79.     object GroupName: TEdit
  80.       Left = 104
  81.       Top = 21
  82.       Width = 121
  83.       Height = 21
  84.       TabOrder = 0
  85.       Text = 'GroupName'
  86.     end
  87.     object MaxIcons: TEdit
  88.       Left = 104
  89.       Top = 48
  90.       Width = 65
  91.       Height = 21
  92.       TabOrder = 1
  93.       Text = '500'
  94.     end
  95.     object CheckBox1: TCheckBox
  96.       Left = 8
  97.       Top = 104
  98.       Width = 265
  99.       Height = 18
  100.       Caption = '&Open group folder after CheckOut'
  101.       Checked = True
  102.       State = cbChecked
  103.       TabOrder = 3
  104.     end
  105.   end
  106.   object FolderName: TEdit
  107.     Left = 56
  108.     Top = 29
  109.     Width = 449
  110.     Height = 21
  111.     TabOrder = 0
  112.     Text = 'FolderName'
  113.   end
  114.   object OKButt: TButton
  115.     Left = 260
  116.     Top = 232
  117.     Width = 75
  118.     Height = 25
  119.     Caption = 'OK'
  120.     Default = True
  121.     TabOrder = 2
  122.     OnClick = OKButtClick
  123.   end
  124.   object CancelButt: TButton
  125.     Left = 342
  126.     Top = 232
  127.     Width = 75
  128.     Height = 25
  129.     Caption = '&Cancel'
  130.     TabOrder = 4
  131.     OnClick = CancelButtClick
  132.   end
  133.   object HelpButt: TButton
  134.     Left = 424
  135.     Top = 232
  136.     Width = 75
  137.     Height = 25
  138.     Caption = '&Help'
  139.     TabOrder = 3
  140.     OnClick = HelpButtClick
  141.   end
  142.   object foldertree1: TVirtualExplorerTreeview
  143.     Left = 8
  144.     Top = 60
  145.     Width = 209
  146.     Height = 157
  147.     Active = True
  148.     ColumnDetails = cdUser
  149.     DefaultNodeHeight = 17
  150.     DragHeight = 250
  151.     DragWidth = 150
  152.     FileSizeFormat = fsfExplorer
  153.     FileSort = fsFileType
  154.     Header.AutoSizeIndex = 0
  155.     Header.Font.Charset = DEFAULT_CHARSET
  156.     Header.Font.Color = clWindowText
  157.     Header.Font.Height = -11
  158.     Header.Font.Name = 'MS Shell Dlg 2'
  159.     Header.Font.Style = []
  160.     Header.MainColumn = -1
  161.     Header.Options = [hoColumnResize, hoDrag]
  162.     HintMode = hmHint
  163.     ParentColor = False
  164.     RootFolder = rfDesktop
  165.     TabOrder = 5
  166.     TabStop = True
  167.     TreeOptions.AutoOptions = [toAutoScroll]
  168.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toToggleOnDblClick]
  169.     TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines, toUseBlendedImages, toGhostedIfUnfocused]
  170.     TreeOptions.SelectionOptions = [toSiblingSelectConstraint]
  171.     TreeOptions.VETShellOptions = [toContextMenus]
  172.     TreeOptions.VETSyncOptions = [toCollapseTargetFirst, toExpandTarget, toSelectTarget]
  173.     TreeOptions.VETMiscOptions = [toBrowseExecuteFolder, toBrowseExecuteFolderShortcut, toChangeNotifierThread, toRemoveContextMenuShortCut]
  174.     TreeOptions.VETImageOptions = [toImages, toThreadedImages, toMarkCutAndCopy]
  175.     OnChange = aa
  176.     Columns = <>
  177.   end
  178. end
  179.